www.gusucode.com > VC++ 打飞机游戏-源码程序 > VC++ 打飞机游戏-源码程序\code\src\OperationPage.cpp

    //Download by http://www.NewXing.com
// OperationPage.cpp : implementation file
//

#include "stdafx.h"
#include "fighter.h"
#include "OperationPage.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// COperationPage property page

IMPLEMENT_DYNCREATE(COperationPage, CPropertyPage)

COperationPage::COperationPage() : CPropertyPage(COperationPage::IDD)
{
	//{{AFX_DATA_INIT(COperationPage)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}

COperationPage::~COperationPage()
{
}

void COperationPage::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(COperationPage)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(COperationPage, CPropertyPage)
	//{{AFX_MSG_MAP(COperationPage)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// COperationPage message handlers